import { Currency } from './Currency';
import { DeployErc721 } from './DeployErc721';
export declare class CeloDeployErc721 extends DeployErc721 {
    feeCurrency: Currency;
}
