import type { CancelablePromise } from '../core/CancelablePromise'; export declare class RolesService { /** * Get supported roles * @returns string Supported roles * @throws ApiError */ static getRoles(): CancelablePromise>; }