export declare const getPermissionsSchema: { description: string; operationId: string; response: { 200: { properties: { permissions: { items: { type: string; }; type: string; }; }; type: string; }; 401: { $ref: string; description: string; }; 403: { $ref: string; description: string; }; 500: { $ref: string; }; }; tags: string[]; }; //# sourceMappingURL=schema.d.ts.map