import type { Asset } from '../types'; export declare const convertToMonthlyContribution: (asset: Asset) => void;