import type { Dinero } from '../types'; export declare function toSnapshot(dineroObject: Dinero): import("../types").DineroSnapshot;