import { Command } from 'commander'; /** * text サブコマンドを作成する */ export declare function createTextCommand(): Command; //# sourceMappingURL=textCommand.d.ts.map