import { n as HsqldbDecodeOptions } from "../rowformat-Cl2exlEh.cjs"; import { r as HsqldbTable } from "../script-DsGGIzGU.cjs"; import { Package } from "odf.js"; //#region src/odb/read.d.ts declare class OdbNoEmbeddedDataSourceError extends Error { readonly url: string | undefined; constructor(url: string | undefined); } type OdbUnsupportedFormat = "unrecognised-engine"; declare class OdbUnsupportedFormatError extends Error { readonly format: OdbUnsupportedFormat; constructor(format: OdbUnsupportedFormat, detail: string); } declare function readOdbTables(pkg: Package, options?: HsqldbDecodeOptions): readonly HsqldbTable[]; //#endregion export { OdbNoEmbeddedDataSourceError, OdbUnsupportedFormat, OdbUnsupportedFormatError, readOdbTables };