export interface AccountCloneReqApiDto {
    metadata?: {
        [key: string]: string;
    };
}
export declare namespace AccountCloneReqApiDto {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=accountCloneReqApiDto.d.ts.map