import { DeepPartial, Index } from '../../internal-types';
export declare const createIndex: (value?: DeepPartial<Index>) => Index;
