export declare class TransferQuorum {
    from: string;
    to: string;
    value?: string;
    nonce?: string;
    data?: string;
}
