import { type Operation } from "effection"; /** * Implements `tufa init`. * * Creates/open a habery keystore and database. */ export declare function initCommand(args: Record): Operation; //# sourceMappingURL=init.d.ts.map