import type { SystemConfig } from "./types";
export declare const mergeConfigs: (...configs: SystemConfig[]) => SystemConfig;
