import type { Index } from '../table/index.js';
export declare const parseConsistentOption: (consistent: boolean, index?: Index) => boolean;
