import type { UNAccount } from '../../types/shared'; export declare enum AccountMessage { UNIT_ACCOUNT_CHANGED = "unitAccountChanged", UNIT_ACCOUNT_CREATED = "unitAccountCreated", UNIT_ACCOUNT_CREATION_ACTIONS_OPEN_PLAID_FOR_LINK_EXTERNAL_ACCOUNT = "unitAccountCreationActionsOpenPlaidForLinkExternalAccount" } export interface AccountChangedEvent { account: UNAccount; } export type AccountEvent = AccountChangedEvent; //# sourceMappingURL=accountMessage.d.ts.map