declare type Type = new (...args: any[]) => T; export declare function PassportStrategy = any>(Strategy: T, name?: string | undefined): { new (...args: any[]): InstanceType; }; export {}; //# sourceMappingURL=Strategy.d.ts.map