import type { ConfigGenerator } from './Boot.js';
export declare function loadWorker(gen: ConfigGenerator): Promise<void>;
