import type { AppConfigAgentGetConfigOutput, GetConfigOptions } from '../types/AppConfigAgent.js'; declare const getConfig: (name: string, options: InferredFromOptionsType & GetConfigOptions) => Promise>; export { getConfig }; //# sourceMappingURL=getConfig.d.ts.map