export { TokenArgs, TokenState } from "./token"; export type Token = import("./token").Token; export declare const Token: typeof import("./token").Token; export { TokenLegacyArgs, TokenLegacyState } from "./tokenLegacy"; export type TokenLegacy = import("./tokenLegacy").TokenLegacy; export declare const TokenLegacy: typeof import("./tokenLegacy").TokenLegacy; //# sourceMappingURL=index.d.ts.map