import type { Token } from "../types"; import type { Function as F } from "ts-toolbelt"; export declare const buildToken: F.Curry<(data: Omit, value: string) => any>; export declare const isToken: ({ type, value }: Token) => boolean; //# sourceMappingURL=token.d.ts.map