import type { Command } from "commander"; import type { Api } from "../../api.js"; export declare function registerColumnCommands(parent: Command, getApi: () => Api): void; //# sourceMappingURL=column.d.ts.map