import type { Context } from '..'; import type { MutationValidateSessionArgs, StoreSession } from '../../../__generated__/schema'; export declare const validateSession: (_: any, { session: oldSession, search }: MutationValidateSessionArgs, { clients, headers, account }: Context) => Promise; //# sourceMappingURL=validateSession.d.ts.map