type ShouldBypassAcpDispatchForCommand = (typeof import("./dispatch-acp-command-bypass.js"))["shouldBypassAcpDispatchForCommand"]; type TryDispatchAcpReply = (typeof import("./dispatch-acp.js"))["tryDispatchAcpReply"]; export declare function shouldBypassAcpDispatchForCommand(...args: Parameters): Promise>>; export declare function tryDispatchAcpReply(...args: Parameters): Promise>>; export {};