import type * as legacy from "./legacy"; export type { legacy }; export type { Account } from "./Account"; export type { IAccount } from "./IAccount"; export type { TokenAccount } from "./TokenAccount"; //# sourceMappingURL=index.d.ts.map