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