import { VaultKey, Vault } from './config.js'; import 'viem'; declare const getVaultByKey: (vaultKey: VaultKey) => Promise; export { getVaultByKey };