import { MonkeyPatchable } from '../../MonkeyPatchable';
export declare class MySqlKnexDialect extends MonkeyPatchable.MySqlDialect {
    queryCompiler(): any;
    columnCompiler(): any;
}
