import { Amount } from './shimTypes.js';

declare const generateProjectAmountUSD: (value: number) => Amount;

export { generateProjectAmountUSD };
