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