export declare const TEST_JWT_NOW_MS = 1671573808123; export declare const TEST_JWT_ISS = "test-iss"; export declare const TEST_JWT_SUB = "test-sub"; export declare const TEST_JWT_SIGNING_SECRET = "shhhhh"; export declare const TEST_JWT_PAYLOAD: { foo: string; sub: string; }; export declare const TEST_SIGNED_PAYLOAD: { foo: string; iat: number; exp: number; iss: string; sub: string; }; //# sourceMappingURL=jwt.d.ts.map