export declare interface RawTransactions { //constructor(restURL:string); decodeRawTransaction(hex:string):Promise; decodeScript(hex: string):Promise; getRawTransaction(txid: string, verbose?:boolean): Promise; sendRawTransaction(hex: string, allowhighfees?:boolean): Promise; }