import { ISchema } from '@tachybase/schema'; export declare const roleCollection: { name: string; targetKey: string; filterTargetKey: string; fields: ({ type: string; name: string; interface: string; uiSchema: ISchema; target?: undefined; collectionName?: undefined; sourceKey?: undefined; targetKey?: undefined; } | { type: string; name: string; target: string; collectionName: string; sourceKey: string; targetKey: string; uiSchema: {}; interface?: undefined; })[]; }; export declare const roleCollectionsSchema: ISchema;