import { Type } from './Type'; import { Instance } from './Instance'; import { AuthServerOptions } from './AuthServerOptions'; import { AuthServerExecutionOptions } from './AuthServerExecutionOptions'; export declare class AuthServerInstance extends Instance { type: Type; namespace: string; authServerOptions: AuthServerOptions; executionOptions: AuthServerExecutionOptions; }