import * as $dara from '@darabonba/typescript';
export declare class QueryDigitalSignByNameRequest extends $dara.Model {
    ownerId?: number;
    resourceOwnerAccount?: string;
    resourceOwnerId?: number;
    /**
     * @remarks
     * The name of the digital SMS signature. The signature must belong to your Alibaba Cloud account.
     *
     * @example
     * 阿里云数字商城
     */
    signName?: string;
    static names(): {
        [key: string]: string;
    };
    static types(): {
        [key: string]: any;
    };
    validate(): void;
    constructor(map?: {
        [key: string]: any;
    });
}
