import * as $dara from '@darabonba/typescript';
export declare class QuerySmsAppIcpRecordShrinkRequest extends $dara.Model {
    /**
     * @remarks
     * A list of icp record entity IDs.
     *
     * This parameter is required.
     */
    appIcpRecordIdListShrink?: string;
    ownerId?: number;
    resourceOwnerAccount?: string;
    resourceOwnerId?: number;
    static names(): {
        [key: string]: string;
    };
    static types(): {
        [key: string]: any;
    };
    validate(): void;
    constructor(map?: {
        [key: string]: any;
    });
}
