export declare const AUTH_CONTROLLER: "auth"; export declare const AUTH_ROUTES: { readonly LOGIN: "login"; readonly REGISTER: "register"; readonly GET_STATUS: "status"; readonly OAUTH2: { readonly TELEGRAM_CALLBACK: "oauth2/tg/callback"; readonly AUTHORIZE: "oauth2/authorize"; readonly CALLBACK: "oauth2/callback"; }; }; //# sourceMappingURL=auth.d.ts.map