import { type Type } from '@nestjs/common'; import type { McpAuthModuleOptions } from '../interfaces/auth-module-options.interface'; export declare function createWellKnownController(options: McpAuthModuleOptions): Type; //# sourceMappingURL=well-known.controller.d.ts.map