import { DeployErc721 } from './DeployErc721';
export declare class TronDeployTrc721 extends DeployErc721 {
    from?: string;
    feeLimit: number;
}
