export interface RunAcpDiscoveryOptions { readonly env?: Readonly>; readonly output?: { write(chunk: string): unknown; }; } /** Print the public discovery result unchanged so CLI and library consumers share one contract. */ export declare function runAcpDiscovery(options?: RunAcpDiscoveryOptions): Promise; //# sourceMappingURL=acp-discovery-command.d.ts.map