import type { Config } from '../types/index.js'; /** * Build and validate a RevealUI configuration * * Generic type T allows accepting both base Config and extended types (like RevealConfig) * while preserving the specific type through the return value. */ export declare function buildConfig(config: T): T; //# sourceMappingURL=index.d.ts.map