import { JsonValue } from "type-fest";
/**
 * Accesses the Archon configurator to retrieve the value of a configuration key.
 * @param key The key of the configuration value to retrieve.
 * @returns The value of the configuration key.
 */
export default function getConfigValue(key: string): Promise<JsonValue>;
//# sourceMappingURL=getConfigValue.d.ts.map