declare const ESPTOOL_VERSION = "v5.2.0"; /** * Get the path to the esptool binary, downloading it if necessary. */ export declare function getEsptoolPath(): Promise; export { ESPTOOL_VERSION }; //# sourceMappingURL=index.d.ts.map