export type TestplaneRunOpts = {
    cliName?: string;
};
export declare const run: (opts?: TestplaneRunOpts) => Promise<void>;
