import { TickerReturnType } from '../../../node_modules/citrex-sdk/lib/types.js';
export declare function citrexGetTickers(symbol?: `${string}perp`): Promise<TickerReturnType | undefined>;
//# sourceMappingURL=getTickers.d.ts.map