import type { EmpiricalEnv } from '@tokenometer/core'; /** * Read provider API keys from process.env into the EmpiricalEnv shape * consumed by `@tokenometer/core`. Mirrors the CLI's readEnv() verbatim so * both surfaces resolve keys identically. */ export declare const readEnv: () => EmpiricalEnv; //# sourceMappingURL=env.d.ts.map