import { SessionClaim } from "supertokens-web-js/lib/build/recipe/session"; interface Response { gracePeriodEndsAt?: number; isVerified: boolean; } export declare class ProfileValidationClaim implements SessionClaim { static defaultMaxAgeInSeconds: number | undefined; static id: string; constructor(); getLastFetchedTime(): number | undefined; getValueFromPayload(payload: any): Response | undefined; refresh(): Promise; } export {}; //# sourceMappingURL=profile-validation-claim.d.ts.map