import type { OAuth2TokenPayload } from '@authup/common'; export declare function readOAuth2TokenPayload(token: string): Promise; //# sourceMappingURL=read.d.ts.map