//#region src/platform.d.ts declare function getBinaryPath(): string; declare function getInstallationInstructions(): string; //#endregion export { getBinaryPath, getInstallationInstructions };