import { HostToRemoteConnection } from '@mittwald/flow-remote-core'; /** Updates the host pathname in the remote connection. */ export declare const useUpdateHostPathnameOnRemote: (hostPathname?: string, connection?: HostToRemoteConnection) => void; //# sourceMappingURL=useUpdateHostPathnameOnRemote.d.ts.map