import type { LibraryConfig } from '../models/index.js'; export declare function buildLibrary(config: LibraryConfig): void;