import { PrestoDriver, PrestoDriverConfiguration } from '@cubejs-backend/prestodb-driver'; import { PrestodbQuery } from '@cubejs-backend/schema-compiler'; export type TrinoDriverConfiguration = Omit; export declare class TrinoDriver extends PrestoDriver { constructor(options?: TrinoDriverConfiguration); static dialectClass(): typeof PrestodbQuery; testConnection(): Promise; } //# sourceMappingURL=TrinoDriver.d.ts.map