import { type SecretsVault } from '../lib/types.js'; /** * Retrieves a secret value from the provided secrets vault. */ export declare const getSecret: (vault: SecretsVault, key: string) => Promise; //# sourceMappingURL=get-secret.d.ts.map