import type { BinaryArgv } from "./types"; export { configureBinaryHost } from "./utils"; export declare const runBinary: (argv: BinaryArgv) => Promise;