// @ts-nocheck
import { VerifySessionOptions } from "..";
import { InterceptorOrKey } from "@loopback/core";
export declare function verifySession(options?: VerifySessionOptions): InterceptorOrKey;
