/** * daemon/peer-cli.ts — pairing machines, and seeing the fleet. * * Two commands to pair, one to look. Pairing that takes four values typed into * two machines gets done wrong at least once, and the wrong one is usually the * secret, which fails in a way that looks like a network problem. */ export declare function runPeer(args: string[]): Promise; //# sourceMappingURL=peer-cli.d.ts.map