import { GuidValue, PropertyValue } from "@omnia/fx/models"; export declare class ProcessPropertyValue extends PropertyValue { opmProcessIds: GuidValue[]; constructor(opmProcessIds: GuidValue[]); isEmpty(): boolean; } export declare const processPropertyDefinitionId = "61d4d5f8-e33a-43c7-a7d5-5b4877426817";