import { RemoteToHostConnection } from '@mittwald/flow-remote-core'; interface RemoteContext { connection: RemoteToHostConnection; } export declare const RemoteContextProvider: import('react').Provider; export declare const useRemoteContext: () => RemoteContext; export {};