/// export declare class SchemaParseError extends Error { } /** * Takes in a raw sanity schema and returns a statically typed normalized * version. This function also validates the raw schema, throwing when errors * are found. * * @param types raw sanity schema in the form of a type array * @returns normalized sanity schema */ export declare function schemaNormalizer(types: any[]): Sanity.SchemaDef.Schema; //# sourceMappingURL=schema-normalizer.d.ts.map