import { type CollectionOptions } from '@tachybase/client'; import { ISchema } from '@tachybase/schema'; export declare const collection: CollectionOptions; export declare const collectionSchema: ISchema; export declare const collectionTableSchema: ISchema; export declare const collectionCategorySchema: ISchema; export declare const collectionCategoryEditSchema: ISchema;