export declare type BasicTransactionOptions = {
    onTransactionHash?: (hash: string) => void;
    gasLimit?: string;
    gasPrice?: string;
};
