interface ParseResult { amount: number; from: string | undefined; to: string | undefined; } export default function parse(expression: string): ParseResult; export {}; //# sourceMappingURL=parser.d.ts.map