#!/usr/bin/env node declare function runAltiumCli(argv?: string[]): Promise; declare function hexDump(bytes: Uint8Array, options?: { length?: number; offset?: number; }): string; export { hexDump, runAltiumCli };