interface Params { userId: string; token: { issuedAt: string; expiresAt: string; accessToken: string; }; } export declare const validateAccessToken: ({ token, userId }: Params) => Promise; export {}; //# sourceMappingURL=validateAccessToken.d.ts.map