import { ProgramOptions } from '.';
export declare function bootstrap(options: ProgramOptions | undefined, version: string): Promise<void>;
