import type { LoadOptions } from '@oclif/core/lib/interfaces';
export declare function execute(options: {
    args?: string[];
    development?: boolean;
    dir: string;
    loadOptions?: LoadOptions;
}): Promise<unknown>;
