import { type Operation } from "effection"; /** * Implements `tufa incept`. * * Creates a single-sig identifier locally. */ export declare function inceptCommand(args: Record): Operation; //# sourceMappingURL=incept.d.ts.map