import { GuidValue, MediaPickerStorageProviderContext } from "@omnia/fx-models"; import { PageId } from "../pages"; export declare class MediaPickerStorageProviderPageCreationContext implements MediaPickerStorageProviderContext { readonly omniaServiceId: GuidValue; readonly storageProviderContextId: GuidValue; readonly parentPageId: PageId; readonly publishingAppId: GuidValue; constructor(parentPageId: PageId, publishingAppId: GuidValue); }