/**
 * GraphQL query for the total number of tokens, orders, traders, settlements, volume, and fees.
 */
export declare const TOTALS_QUERY: string;
/**
 * GraphQL query for the total volume over the last N days.
 * @param days The number of days to query.
 */
export declare const LAST_DAYS_VOLUME_QUERY: string;
/**
 * GraphQL query for the total volume over the last N hours.
 * @param hours The number of hours to query.
 */
export declare const LAST_HOURS_VOLUME_QUERY: string;
