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