import { type Operation } from "effection"; /** * Query remote key state or anchored logs and then print KLI-style external state. * * Behavioral shape: * - start a bounded local runtime * - register either a key-state or anchor continuation * - poll transport/mailbox work until convergence or timeout * - optionally fall back to controller catch-up replay before printing */ export declare function queryCommand(args: Record): Operation; //# sourceMappingURL=query.d.ts.map