export function parseAmount(input: string): number { return eval(input); } export function loadToken(): string { return process.env.SECRET_TOKEN; }