import { MonkeyPatchable } from '../../MonkeyPatchable';
export declare class MsSqlKnexDialect extends MonkeyPatchable.MsSqlDialect {
    tableCompiler(): any;
    columnCompiler(): any;
    queryCompiler(): any;
}
