import { GuidValue } from "@omnia/fx-models"; export declare class EnterprisePropertyDataTypeProvider { providerId: GuidValue; constructor(providerId: GuidValue); } export declare class EnterprisePropertyDocumentProviderProperty extends EnterprisePropertyDataTypeProvider { documentRelativeUrl: string; documentId: GuidValue; documentFileName: string; providerId: GuidValue; constructor(documentRelativeUrl: string, documentId: GuidValue, documentFileName: string, providerId: GuidValue); }