export interface MainOptions {
    print?: (message: string) => void;
    registerTsx?: boolean;
    rethrowErrors?: true;
    allowNonlocalHardhatInstallation?: true;
    warnAboutUnusedPlugins?: true;
}
export declare function main(rawArguments: string[], options?: MainOptions): Promise<void>;
//# sourceMappingURL=main.d.ts.map