import { CoreModuleConfig } from '@gapi/core'; export declare class BootstrapTask { run(options?: CoreModuleConfig): Promise; }