export type CoreMethod = 'getVersion' | 'getDeviceInfo' | 'getUserInfo' | 'hasFeature' | 'getAssetsByTags' | 'getAssetsInFolder' | 'getAssetsByQuery' | 'getAssetFileUrl' | 'getAssetPreviewUrl' | 'createCollection' | 'getCollections' | 'openCollection' | 'clearCollection' | 'addAssetsToCollection' | 'addAssetsToCollections' | 'addAssetsToCollectionWithId' | 'addAssetsToCurrentContext' | 'addAssetsToSharedSpace' | 'addAssetsToSharedSpaces' | 'share' | 'upload' | 'trackEvent' | 'displayModal' | 'displayToast' | 'getShowpadApi' | 'refreshShowpadApi' | 'getSalesforceApi' | 'refreshSalesforceApi' | 'getStoreEntries' | 'setStoreEntryValue' | 'getStoreEntryValue' | 'deleteStoreEntry' | 'getGlobalStoreEntries' | 'getGlobalStoreEntryValue' | 'closeExtension' | 'onShowpadLibLoaded' | 'parseConfig' | 'openShowpadUrl' | 'openAssetViewer' | 'handleErrorWithToast' | 'requestOnShowpadInstance' | 'getAssetFile' | 'getAssetPreview';
export type ShowpadMethod = CoreMethod | 'getShowpadOAuthApi' | 'getShowpadOAuthApiInteractive' | 'refreshShowpadOAuthApi' | 'getApiInstance' | 'getShowpadInstance' | 'getShowpadOAuthInstance' | 'getShowpadOAuthInstanceInteractive' | 'getSalesforceInstance' | 'getAppContext' | 'parseEnrichedConfig' | 'isAdmin' | 'trackExperiencePageview' | 'trackExperienceEvent' | 'enrichAssets' | 'createStore' | 'setGlobalStoreEntryValue' | 'deleteGlobalStoreEntry';
