export declare function randomToken(): string; export declare function hashPassword(password: string, pepper: string): Promise; export declare function verifyPassword(password: string, encoded: string, pepper: string): Promise; //# sourceMappingURL=crypto.d.ts.map