import { paths } from './schema.js'; import type { AuthenticatedClient } from '../types.utils.js'; export type HostManagerClient = AuthenticatedClient; export declare const hostManagerClientSelector: () => HostManagerClient;