import { WebComponentConfig } from '../model/type'; export interface WcConfigData { [key: string]: unknown; componentFileName: string; hash: string; timestamp: string; } export declare function buildWcConfigData(config: WebComponentConfig, componentFileName: string, hash: string): WcConfigData; //# sourceMappingURL=config-data.d.ts.map