export declare const toXOnly: (pubKey: T) => T; export declare const generateTxidFromHash: (hash: Buffer) => string; export declare const isValidOpReturn: (script: Uint8Array, opReturnMaxSize: number) => boolean; export declare const containsOpReturn: (script: Uint8Array) => boolean;