export declare const getProvider: (signerOrProvider: any) => any;
export declare const convert41to0x: (address: string) => string;
export declare const convert0xto41: (address: string) => string;
export declare const resultToHexNumber: (result: any) => any;
