import { EtlConfiguration } from "../EtlConfiguration.js"; import { SqlEtlTable } from "./SqlEtlTable.js"; import { SqlConnectionString, EtlType } from "../ConnectionString.js"; import { DocumentConventions } from "../../../Conventions/DocumentConventions.js"; export declare class SqlEtlConfiguration extends EtlConfiguration { parameterizeDeletes: boolean; forceQueryRecompile: boolean; quoteTables: boolean; commandTimeout: number; sqlTables: SqlEtlTable[]; get etlType(): EtlType; serialize(conventions: DocumentConventions): object; } //# sourceMappingURL=SqlEtlConfiguration.d.ts.map