import { VaultMarketPublicAllocatorConfig as BlueVaultMarketPublicAllocatorConfig } from "@morpho-org/blue-sdk"; import { fetchVaultMarketPublicAllocatorConfig } from "@morpho-org/blue-sdk-viem"; declare module "@morpho-org/blue-sdk" { namespace VaultMarketPublicAllocatorConfig { /** @deprecated Vault V1 PublicAllocator support will be removed in the next major. Use `fetchVaultV2BlueMarketPublicAllocatorConfig` from `@morpho-org/morpho-sdk/fetch`. */ let fetch: typeof fetchVaultMarketPublicAllocatorConfig; } } export { /** @deprecated Vault V1 PublicAllocator support will be removed in the next major. Use `VaultV2BlueMarketPublicAllocatorConfig` from `@morpho-org/morpho-sdk/entities`. */ BlueVaultMarketPublicAllocatorConfig as VaultMarketPublicAllocatorConfig, };