import { Log } from '@bubblewrap/core';
import { ParsedArgs } from 'minimist';
export declare function help(args: ParsedArgs, log?: Log): Promise<boolean>;
