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