import { DeviceRunSessionByIdQuery, DeviceRunSessionType } from '../graphql/generated'; type DeviceRunSessionByIdResult = DeviceRunSessionByIdQuery['deviceRunSessions']['byId']; export type DeviceRunSessionRemoteConfig = NonNullable; export declare const DEVICE_RUN_SESSION_TYPE_FLAG_VALUES: Record; export declare const DEVICE_RUN_SESSION_TYPE_BY_FLAG_VALUE: Record; export declare function deviceRunSessionTypeToFlagValue(type: DeviceRunSessionType): string; export declare function formatRemoteSessionInstructions(remoteConfig: DeviceRunSessionRemoteConfig): string; export {};