import { ProcessSyncCaptureField } from "./ProcessSyncCaptureField.js"; export declare class ProcessSyncCaptureHelper { static getAllowedTables(): string[]; static getCapturableTables(): string[]; static getFields(tableName?: string, excludeSysFields?: boolean, excludeVirtualFields?: boolean): ProcessSyncCaptureField[]; } //# sourceMappingURL=ProcessSyncCaptureHelper.d.ts.map