import { PlatformApplication } from "@tsed/platform-http"; import { OidcProvider } from "./services/OidcProvider.js"; export declare class OidcModule { protected app: PlatformApplication; protected platformName: string | undefined; protected basePath: string; protected oidcProvider: OidcProvider; $onInit(): Promise; $onRoutesInit(): Promise; $afterRoutesInit(): void; $onReady(): void; private getRewriteMiddleware; }