import type { CommandContext } from "../registry.js"; export declare function runInit(ctx: CommandContext): Promise; export declare function runInitLexicon(ctx: CommandContext): Promise; //# sourceMappingURL=init.d.ts.map