import type { Schema } from '@sanity/types'; declare const getDefaultSchema: () => Schema; export { getDefaultSchema }; export type { Schema }; //# sourceMappingURL=Schema.d.ts.map