import { ItemKeyGenerator } from './types'; export declare const defaultItemKeyGenerator: ItemKeyGenerator; export declare const sanityItemKeyGenerator: ItemKeyGenerator;