import { type Config } from './utils.js'; export declare const bootstrap: (config: Config) => Promise;