import { ISchema } from '@tachybase/schema'; export declare const rolesResourcesScopesCollection: (dataSourceKey?: string) => { name: string; fields: { type: string; name: string; interface: string; uiSchema: ISchema; }[]; }; export declare const getScopesSchema: (dataSourceKey: any) => ISchema;