import { type Operation } from "effection"; /** * Implement `tufa loc add` through the shared local runtime. * * This mirrors KERIpy's `kli loc add` flow: * - reopen one local habery * - build a signed `/loc/scheme` reply from the selected habitat * - feed it back through parser -> routing -> reply acceptance * - confirm accepted `locs.` / `lans.` state before returning */ export declare function locAddCommand(args: Record): Operation; //# sourceMappingURL=loc.d.ts.map