import { Environment } from '../../../../utils/environment/Environment';
export declare const deployToken: (environment: Environment, symbol?: string, decimals?: number, name?: string) => Promise<import("@melonproject/token-math").Address>;
export declare const deployWeth: (environment: Environment) => Promise<import("@melonproject/token-math").Address>;
