import { t } from './common';
export declare function run(args: {
    cli: t.ICmdApp;
}): Promise<void>;
