import { CollectionOptions } from '@tachybase/client'; import { ISchema } from '@tachybase/schema'; export declare const compile: (source: any) => any; export declare const collection: CollectionOptions; export declare const getCollectionSchema: (dataSourceKey: any) => ISchema; export declare const collectionTableSchema: ISchema; export declare const collectionCategorySchema: ISchema; export declare const collectionCategoryEditSchema: ISchema;