import { n as HsqldbDecodeOptions } from "../../rowformat-Cl2exlEh.js"; import { t as SqlResultSet } from "../../evaluate-BnRKjJ1G.js"; import { OdbQueryInfo, OdbReport, Package } from "odf.js"; //#region src/odb/report/source.d.ts declare class OdbReportDataSourceError extends Error { readonly reportName: string; readonly command: string | undefined; readonly commandType: string | undefined; constructor(message: string, report: OdbReport); } declare function odbReportCommandSql(report: OdbReport, queries: readonly OdbQueryInfo[]): string; declare function resolveOdbReportRows(pkg: Package, report: OdbReport, options?: HsqldbDecodeOptions): SqlResultSet; //#endregion export { OdbReportDataSourceError, odbReportCommandSql, resolveOdbReportRows };