import type { Table } from '../table/index.js';
export declare const parseIndexOption: (table: Table, index: string) => string;
