import { Immutable } from "@fretve/global-types"; import { ControlOverridesMap, DynamicControlMapFromSchema, ValidControlSchemaMap } from "./interfaces"; declare function mergeOverridesWithControls>(controls: Immutable, overrides?: Immutable>>, basePath?: string): DynamicControlMapFromSchema; export declare const _mergeOverridesWithControls: typeof mergeOverridesWithControls; export {};