import type { AlchemySingleFloorPrice } from './AlchemySingleFloorPrice'; export declare type AlchemyGetFloorPriceResponse = { 'center.app'?: AlchemySingleFloorPrice; };