import type { AuthContext } from '../types.js'; export declare function verifyAccessToken(token: string): AuthContext; export declare function getAuthContext(): Promise; //# sourceMappingURL=verify-token.d.ts.map