export interface UserDeclarations {
    confirmed_vendor_ubo_list?: boolean;
    doing_business_as_names_exist?: boolean;
    export_of_goods?: boolean;
    has_nominee_shareholders?: boolean;
    no_shareholders_with_over25_percent?: boolean;
    number_of_employees?: string;
    officially_registered?: boolean;
    ownership_structure_has_intermediary_layer?: boolean;
    ppob_same_as_registered_address?: boolean;
    product_reference: Array<string>;
    ringgit_borrowing?: boolean;
    submitted_by_authorised_representative?: boolean;
}
export declare namespace UserDeclarations {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=userDeclarations.d.ts.map