import { PythPriceResponse } from '../interfaces/subgraphTypes.js';

declare const mapPythPriceResponseToInterface: (response: any[]) => PythPriceResponse[];

export { mapPythPriceResponseToInterface };
