import { IOptions, ITable } from '../types';
export declare function fixOptions(options: IOptions, table: ITable): IOptions;
