export declare function getEndpointName(endpointPath: string): string; export declare const EP_LIST: { USER_MANAGEMENT: { ME: string; }; AUTH: { ISSUE_TOKEN: string; CONFIRM_ACTIVATION_CODE: string; RESEND_ACTIVATION_CODE: string; REFRESH_TOKEN: string; REVOKE_TOKEN: string; REGISTER: string; RESET_PASSWORD: string; SEND_RESET_PASSWORD_CODE: string; }; TWITTER_AUTH: { AUTHORIZE: string; }; UE_AUTH: { AUTHORIZE: string; }; }; //# sourceMappingURL=endpoints.config.d.ts.map