import type { SimpleTokenPrice } from './build/types.gen'; export type GeckoTerminalSimpleTokenPriceResponse any> = Omit>, 'data'> & { data: { data: SimpleTokenPrice; }; }; export * from './build/types.gen'; export * from './build/sdk.gen'; //# sourceMappingURL=types.d.ts.map