/** * Creates a mock money value with sensible defaults. * Structurally compatible with the `Money` type from all surfaces. */ export declare function createMoney(): { amount: number; currencyCode: 'USD'; }; //# sourceMappingURL=money.d.ts.map