interface ScanOptions { /** Write generated install scripts to this directory. */ output?: string; /** Include InfiniBot gateway in hub command if found. */ gateway?: boolean; /** Mesh auth token to use on all devices. */ token?: string; } export declare function roboparkScan(opts?: ScanOptions): Promise; export {};