import { type AuthGuardOptions } from '../core'; import type { OIDCAuthManager } from './oidc-auth-manager'; export declare class OIDCAuthGuard { #private; constructor(manager: OIDCAuthManager); validate(toUrl: string, options?: AuthGuardOptions): Promise; }