import { Guid, PropertyValue } from "@omnia/fx-models"; export declare class PublishingAppPropertyValue extends PropertyValue { id: Guid; constructor(id: Guid); isEmpty(): boolean; }