import { type Schema, type Collection } from '@tinacms/schema-tools'; export declare const validateSchema: (schema: Schema) => Promise<{ collections: Collection[]; config: import("@tinacms/schema-tools").Config; } | { collections: Collection[]; config?: undefined; }>;