import * as core from "@keepkey/hdwallet-core"; export declare const SEGMENT_SIZE = 63; export declare function protoFieldToSetMethod(fieldName: string): string; export declare function toUTF8Array(str: string): Uint8Array; export declare function translateInputScriptType(scriptType: core.BTCInputScriptType): any; export declare function translateOutputScriptType(scriptType: core.BTCOutputScriptType): any; //# sourceMappingURL=utils.d.ts.map