import { DyNTS_Controller } from '../../../_services/route/controller.service'; /** * OAuth2 Controller implementation * * This controller handles OAuth2 specific endpoints and authentication flows * * @example * const oauth2Controller = DyNTS_OAuth2_Controller.getInstance(); * oauth2Controller.setupEndpoints(); */ export declare class DyNTS_OAuth2_Controller extends DyNTS_Controller { static getInstance(): DyNTS_OAuth2_Controller; private readonly authService; private readonly controlService; setupEndpoints(): void; } //# sourceMappingURL=oauth2.controller.d.ts.map