import { PrivateKeyOrSignatureId } from './PrivateKeyOrSignatureId';
import { Currency } from './Currency';
export declare class TronMintMultipleTrc721 extends PrivateKeyOrSignatureId {
    to: string[];
    tokenId: string[];
    url: string[];
    chain: Currency;
    nonce?: number;
    provenance?: boolean;
    authorAddresses?: string[][];
    cashbackValues?: string[][];
    fixedValues?: string[][];
    erc20?: string;
    from?: string;
    contractAddress: string;
    feeLimit: number;
}
