import { type Operation } from "effection"; /** * Implement `tufa ends add` on top of the shared local runtime. * * Flow: * - reopen the local habery * - build a signed `/end/role/add` reply from the selected habitat * - feed that reply back through the local runtime path * - confirm the accepted authorization landed in `ends.` * * This command mutates local state only through normal KERI reply processing, * not through a side-channel direct DB write. */ export declare function endsAddCommand(args: Record): Operation; //# sourceMappingURL=ends.d.ts.map