export declare class ScopedBatchCommandUtil { constructor(); batchInsert(json?: string, tableName?: string, domainId?: string): boolean; batchUpdate(json?: string, tableName?: string, domainId?: string): boolean; } //# sourceMappingURL=ScopedBatchCommandUtil.d.ts.map