import { RunBareOptions, UnloadFunction } from './runBare.types'; export declare function runBare(options?: RunBareOptions): Promise;