import { SellerAddressLines } from './sellerAddressLines';
export interface RegistrationInfo {
    agreement?: boolean;
    registered_address?: SellerAddressLines;
    registered_email?: string;
    registered_name?: string;
}
export declare namespace RegistrationInfo {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=registrationInfo.d.ts.map