import { PostgresQuery } from './PostgresQuery'; export declare class CrateQuery extends PostgresQuery { hllInit(_sql: any): string; hllMerge(_sql: any): string; countDistinctApprox(_sql: any): string; } //# sourceMappingURL=CrateQuery.d.ts.map