export declare class Strategy { name: string; success(user: any, info?: any): void; authenticate(): void; } //# sourceMappingURL=authenticateAsAnonymous.d.ts.map