declare const token: { ct(data: string, time: number): string; vt(token: string): boolean; }; export default token;