import * as $dara from '@darabonba/typescript';
export declare class GetSmsOcrOssInfoRequest extends $dara.Model {
    ownerId?: number;
    resourceOwnerAccount?: string;
    resourceOwnerId?: number;
    /**
     * @remarks
     * The OCR task type. Valid values:
     * - ICP_DOMAIN: ICP filing screenshot for domain-type links.
     *
     * @example
     * ICP_DOMAIN
     */
    taskType?: string;
    static names(): {
        [key: string]: string;
    };
    static types(): {
        [key: string]: any;
    };
    validate(): void;
    constructor(map?: {
        [key: string]: any;
    });
}
