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