import * as $dara from '@darabonba/typescript';
export declare class QuerySmsSignRequest extends $dara.Model {
    ownerId?: number;
    resourceOwnerAccount?: string;
    resourceOwnerId?: number;
    /**
     * @remarks
     * The name of an existing SMS signature in your account.
     *
     * This parameter is required.
     *
     * @example
     * 阿里云
     */
    signName?: string;
    static names(): {
        [key: string]: string;
    };
    static types(): {
        [key: string]: any;
    };
    validate(): void;
    constructor(map?: {
        [key: string]: any;
    });
}
