import { Currency } from './Currency';
import { PrivateKeyOrSignatureId } from './PrivateKeyOrSignatureId';
export declare class DeployErc721 extends PrivateKeyOrSignatureId {
    name: string;
    chain: Currency;
    symbol: string;
    nonce?: number;
    provenance?: boolean;
    cashback?: boolean;
    url?: string;
    from?: string;
    publicMint?: boolean;
}
