import IDevice from "./IDevice";
export declare function scanNetwork(networkBlock: string): Promise<IDevice[]>;
export { IDevice };
