export interface IScanOpts { timeout: number; } export default function scanForDevices(opts: IScanOpts): Promise;