import { Context } from '../imports/Context.js'; import { Function } from '../imports/Function.js'; export declare class CatalogItemVariableSetM2M { constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean); create(standardUpdate?: boolean): string; deleteRecord(standardUpdate?: boolean): void; read(columns?: Record, standardUpdate?: boolean): Record; setAttributes(attributes?: Record): void; setTableName(tableName?: string): void; update(columnValues?: Record, standardUpdate?: boolean): void; } //# sourceMappingURL=CatalogItemVariableSetM2M.d.ts.map