import { ArraySchemaType, SchemaType } from '@sanity/types'; export declare function isEmpty(value: Record): value is Record; export declare function getItemType(arrayType: ArraySchemaType, item: any): SchemaType | undefined; //# sourceMappingURL=helpers.d.ts.map