/** * @file Init.ts * @author Gage Sorrell * @copyright (c) 2026 Gage Sorrell * @license MIT */ import { type InitCommandType } from "./Init.Types.js"; export declare const InitCommand: InitCommandType; //# sourceMappingURL=Init.d.ts.map