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