import { JwtFromRequestFunction } from './jwt.interface'; export declare const Header: (name: string) => JwtFromRequestFunction; export declare const Body: (name: string) => JwtFromRequestFunction; export declare const Query: (name: string) => JwtFromRequestFunction; export declare const Cookie: (name: string) => JwtFromRequestFunction; export declare const AuthorizationHeaderAsScheme: (scheme: string) => JwtFromRequestFunction; export declare const AuthorizationHeaderAsBearer: JwtFromRequestFunction;