import { DeviceInfo } from '@showpad/experience-app-types';
export interface ShowpadSdkConfig {
    configUrl: string;
    showpadJsUrl: string;
    device: DeviceInfo['app'];
}
