import * as $dara from '@darabonba/typescript';
export declare class SendRCSResponseBodyData extends $dara.Model {
    /**
     * @example
     * 示例值示例值
     */
    accessDeniedDetail?: string;
    /**
     * @example
     * 示例值示例值
     */
    bdcust?: string;
    /**
     * @example
     * 示例值示例值
     */
    code?: string;
    debug?: {
        [key: string]: any;
    };
    /**
     * @example
     * 示例值示例值
     */
    e?: string;
    extendMap?: {
        [key: string]: any;
    };
    /**
     * @example
     * 示例值示例值
     */
    gateFailMsg?: string;
    /**
     * @example
     * 示例值示例值
     */
    keyString?: string;
    /**
     * @example
     * 示例值示例值
     */
    message?: string;
    module?: {
        [key: string]: any;
    };
    /**
     * @example
     * 示例值示例值
     */
    partnerId?: string;
    /**
     * @example
     * 示例值示例值示例值
     */
    requestId?: string;
    /**
     * @example
     * true
     */
    success?: boolean;
    static names(): {
        [key: string]: string;
    };
    static types(): {
        [key: string]: any;
    };
    validate(): void;
    constructor(map?: {
        [key: string]: any;
    });
}
export declare class SendRCSResponseBody extends $dara.Model {
    accessDeniedDetail?: string;
    code?: string;
    data?: SendRCSResponseBodyData;
    message?: string;
    requestId?: string;
    success?: boolean;
    static names(): {
        [key: string]: string;
    };
    static types(): {
        [key: string]: any;
    };
    validate(): void;
    constructor(map?: {
        [key: string]: any;
    });
}
