import type { Session } from '../../../../../entities/index.ts'; import type { HttpClient } from '../../../../../services/index.ts'; import type { ApiError, Response } from '../../../../types/index.ts'; declare const getValidateToken: (http: HttpClient) => { query: () => Promise, undefined, ApiError[]>>; }; export default getValidateToken;