import { ObjectSchemaType, SchemaType } from '@sanity/types'; export declare const getSearchableTypes: (schema: { get: (typeName: string) => SchemaType | undefined; getTypeNames(): string[]; }) => ObjectSchemaType[]; //# sourceMappingURL=utils.d.ts.map