export interface ICount {
    COUNT: number;
}
export interface IModSqlObj {
    [key: string]: any;
}
export declare function isWhere(where: IModSqlObj, key: string): boolean;
export declare function whereSql(where: IModSqlObj, sql: string, join?: boolean): string;
export declare function joinSql(join: IModSqlObj, sql: string): string;
export declare function rownumSql(sql: string, to?: number): string;
export declare function countriesSql(countries: IModSqlObj, sql: string): string;
//# sourceMappingURL=sql-handler.d.ts.map