import { CollectionOptions } from '@tachybase/client'; import { ISchema } from '@tachybase/schema'; export declare const collection: CollectionOptions; export declare const collectionFieldSchema: ISchema; export declare const overridingSchema: ISchema;