import type { LSSingleScanResult } from './types'; declare const scanHost: (hostIP: string, hostPort: number, timeout: number, logging: boolean) => Promise; export default scanHost; //# sourceMappingURL=scanhost.d.ts.map