import { CoreGroup } from '../../../../../core/geometry/Group';
import { AttribType } from '../../../../../core/geometry/Constant';
import { AttribCreateSopParams } from '../../../../operations/sop/AttribCreate';
import { AttribCreateSopNodeParams } from '../../../../operations/sop/utils/attribCreate/Common';
export declare function addObjectAttributeWithExpression(attribType: AttribType, coreGroup: CoreGroup, params: AttribCreateSopNodeParams, pv: AttribCreateSopParams): Promise<void>;
