export * from './ClusterEntity'; export * from './CollateralEntity'; export * from './LoanEntity'; export * from './OwnerEntity'; export * from './TokenEntity'; export * from './StabilityProviderEntity'; export * from './BorrowingMarketStateEntity'; export * from './StabilityPoolStateEntity'; export * from './StakingPoolStateEntity'; export * from './MetricsEntity'; export * from './UsdhEntity'; export * from './VaultEntity'; export * from './PriceEntity'; export * from './TokenHistoryEntity'; export * from './TokenHistorySourceEntity'; export * from './TokenHistoryFieldEntity'; export * from './ProgramAccountEntity'; export * from './TokenMintEntity'; export * from './MetricsSourceEntity'; export * from './InstructionEntity'; export * from './PriceTypeEntity'; export * from './RawInstructionEntity'; export * from './OwnerScreeningEntity'; export * from './RecentSlotEntity'; export * from './HubbleInstructionEntity'; export declare const CLUSTER_TABLE: string; export declare const COLLATERAL_TABLE: string; export declare const LOAN_TABLE: string; export declare const OWNER_TABLE: string; export declare const VAULT_TABLE: string; export declare const TOKEN_TABLE: string; export declare const METRICS_TABLE: string; export declare const BORROWING_MARKET_STATE_TABLE: string; export declare const STABILITY_POOL_STATE_TABLE: string; export declare const STAKING_POOL_STATE_TABLE: string; export declare const STABILITY_PROVIDER_TABLE: string; export declare const USDH_TABLE: string; export declare const LIDO_USDH_DEBT_FUNCTION = "get_lido_usdh_debt"; export declare const PRICE_TABLE = "price"; export declare const TOKEN_HISTORY_TABLE = "token_history"; export declare const TOKEN_HISTORY_FIELD_TABLE = "token_history_field"; export declare const TOKEN_HISTORY_SOURCE_TABLE = "token_history_source"; export declare const TOKEN_MINT_TABLE = "token_mint"; export declare const PROGRAM_ACCOUNT_TABLE = "program_account"; export declare const METRICS_SOURCE_TABLE = "metrics_source"; export declare const INSTRUCTION_TABLE = "instruction"; export declare const PRICE_TYPE_TABLE = "price_type"; export declare const RAW_INSTRUCTION_TABLE = "raw_instruction"; export declare const OWNER_SCREENING_TABLE = "owner_screening"; export declare const RECENT_SLOT_TABLE = "recent_slot"; export declare const HUBBLE_INSTRUCTION_TABLE = "hubble_instruction"; export declare const API_SCHEMA: string;