interface LocalBalenaOsDevice {
    address: string;
    host: string;
    osVariant?: string;
    port: number;
}
export declare function discoverLocalBalenaOsDevices(timeout?: number): Promise<LocalBalenaOsDevice[]>;
export {};
