import { Environment } from '../../../../../utils/environment/Environment';
export declare const deploy: (environment: Environment, tolerancePercent: number) => Promise<import("@melonproject/token-math").Address>;
