import { GuidValue } from ".."; export declare abstract class MediaPickerStorageProviderContext { /** * Omnia service owning the responsibility of storing. * */ abstract readonly omniaServiceId: GuidValue; /** * A constant guid, indicating the type of the context * I.e. each one inheriting should set this to a unique constant guid. * */ abstract readonly storageProviderContextId: GuidValue; }