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