import { ArraySchemaType, SchemaType } from '@sanity/types';
export declare function isEmpty(value: Record<string, unknown>): value is Record<never, never>;
export declare function getItemType(arrayType: ArraySchemaType, item: any): SchemaType | undefined;