export declare class AccountAttributeDto { enabled: boolean; referenceNumber: string; constructor(d?: AccountAttributeDto); }