import { Agent, AgentConfig } from "./types.js"; //#region src/factory.d.ts /** * Build a fresh {@link Agent} from the supplied configuration. * * @stable */ declare function createAgent(config: AgentConfig): Agent; //#endregion export { createAgent }; //# sourceMappingURL=factory.d.ts.map