import { r as KlawConfig } from "./types.klaw-xKUw_Rz7.js"; import { p as SecretRef } from "./types.secrets-Cx0MFT2Y.js"; import { h as SecretRefResolveCache } from "./runtime-shared-DVRrdXcr.js"; //#region src/secrets/resolve.d.ts type ResolveSecretRefOptions = { config: KlawConfig; env?: NodeJS.ProcessEnv; cache?: SecretRefResolveCache; }; declare function resolveSecretRefValues(refs: SecretRef[], options: ResolveSecretRefOptions): Promise>; //#endregion export { resolveSecretRefValues as t };