import * as pl from "nodejs-polars"; import type { Table } from "./Table.ts"; export declare function queryTable(table: Table, query: string): pl.LazyDataFrame;