import 'dotenv/config';
export declare function toBaseUnits(amount: string, decimals: number): string;
