export declare function hashToken(token: string): Promise; export declare function compareToken(token: string, hash: string): Promise; //# sourceMappingURL=hash.d.ts.map