export declare function startCli(argsv: string[], filename: string): Promise<void>;
export default startCli;
