import { CommanderHandler, LeafCommand } from "../../../../types.js"; export declare const init: () => Promise; declare const initCommand: LeafCommand; export default initCommand;