import { Command } from "commander"; export interface MakeOnixOptions { input: string; output: string; } export declare function createMakeOnixCommand(): Command; //# sourceMappingURL=make-onix.d.ts.map