import { ApiAndConfigParams } from '../types'; import { ValidateAuthenticatedSessionMiddleware } from './types'; type validateAuthenticatedSessionParams = ApiAndConfigParams; export declare function validateAuthenticatedSession({ api, config, }: validateAuthenticatedSessionParams): ValidateAuthenticatedSessionMiddleware; export {}; //# sourceMappingURL=validate-authenticated-session.d.ts.map