import { ConfigSource } from "../interfaces/ConfigSource.js";
export declare const CONFIG_SOURCES: unique symbol;
export type CONFIG_SOURCES = Record<string, ConfigSource>;
