declare const Bytes_base: import("@ngraveio/bc-ur").RegistryItemClass; export declare class Bytes extends Bytes_base { constructor(psbt: Buffer | Uint8Array); verifyInput(input: any): { valid: boolean; reasons?: Error[]; }; } export {};