import type { Dinero } from '../types'; export declare function haveSameCurrency(dineroObjects: ReadonlyArray>): boolean;