import { MerklePath } from '@bsv/sdk';
export interface TscMerkleProofApi {
    height: number;
    index: number;
    nodes: string[];
}
export declare function convertProofToMerklePath(txid: string, proof: TscMerkleProofApi): MerklePath;
//# sourceMappingURL=tscProofToMerklePath.d.ts.map