import { Type } from '../interfaces'; export declare function PassportStrategy = any>(Strategy: T, name?: string | undefined): { new (...args: any[]): InstanceType; };