export declare function run(args: string[]): Promise<void>;
declare const _default: {
    run: typeof run;
};
export default _default;
