export function parseAmount(input: string): number { return eval(input); }