import type { GoBinaryResult, RunGoBinaryOptions } from './interfaces/index.js'; export { GoBinaryError } from './errors/index.js'; export type { GoBinaryResult, RunGoBinaryOptions } from './interfaces/index.js'; export declare function runGoBinary(binaryPath: string, options?: RunGoBinaryOptions): Promise>;