import { ITable } from './types';
export declare function removeSame(table: ITable): ITable;
