export declare type BankAccountIdentitites = { id: number; bankAccountId: number; identityId: number; createdAt: string; updatedAt: string; deletedAt?: string | null; };