import { AppThemeInfo, AppInfo, Theme } from './typings'; declare function getImageUrls(appId: string, theme: Theme, gatewayUrl: string): { horizontal: string; vertical: string; }; declare function getAppThemeInfo(appId: string, gatewayUrl: string): Promise; declare function getAppInfo(appId: string, gatewayUrl: string): Promise; export { getImageUrls, getAppInfo, getAppThemeInfo };