import * as $dara from '@darabonba/typescript';
export declare class GetOSSInfoForUploadFileRequest extends $dara.Model {
    /**
     * @remarks
     * The business type. Default value: **fcMediaSms**.
     *
     * When you create a signature or template and upload **More Materials**, the value is **fcMediaSms**.
     *
     * @example
     * fcMediaSms
     */
    bizType?: string;
    ownerId?: number;
    resourceOwnerAccount?: string;
    resourceOwnerId?: number;
    static names(): {
        [key: string]: string;
    };
    static types(): {
        [key: string]: any;
    };
    validate(): void;
    constructor(map?: {
        [key: string]: any;
    });
}
