import type { Argv } from 'mri'; export declare type NmixCommand> = (args: Argv>) => Promise; export declare const commands: { [command: string]: () => Promise; }; export declare function main(): Promise; //# sourceMappingURL=nmix.d.ts.map