export declare class ScopedBatchCommandUtil { batchInsert(json?: string, tableName?: string, domainId?: string): boolean batchUpdate(json?: string, tableName?: string, domainId?: string): boolean constructor() }