export declare class MediaflowConstants { static mediaflowJsUrl: string; static mediaflowJsFallback: string; static mediaflowCssUrl: string; static mediaflowCssFallback: string; static featureId: string; static mediaFlowSettingsKey: string; static mediaFlowSecretKey: string; static defaultSupportedMediaFormats: string; } export declare class MediaflowSecretsForms { static clientid: string; static clientsecret: string; static refreshtoken: string; static integrationKey: string; }