import { GlideRecord } from "../types/GlideRecord.js"; export declare class DictionaryFilter { constructor(); getTableColumnsToExclude(): string; getTablesToExclude(): string; getTargetColumns(): GlideRecord; isTableAllowedForScan(tableName: string): boolean; } //# sourceMappingURL=DictionaryFilter.d.ts.map