import { type UR } from "../types/ur"; export declare class KeystoneZcashSDK { generatePczt(pczt: Buffer): UR; parsePczt(ur: UR): string; }