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