export type ConvertTaprootXpubParams = { xpub: string; direction: 'h-to-apostrophe' | 'apostrophe-to-h'; }; export declare const convertTaprootXpub: ({ xpub, direction }: ConvertTaprootXpubParams) => string | null; //# sourceMappingURL=convertTaprootXpub.d.ts.map