import Decimal from 'decimal.js';
import { AggregatorAccountData } from '../@codegen/switchboard_v2/accounts/AggregatorAccountData';
export declare function getLatestAggregatorValue(aggregator: AggregatorAccountData, maxStaleness?: number): Decimal | null;
//# sourceMappingURL=switchboard.d.ts.map