import type { ErrorType } from '../errors/utils.js'; import type { Proof, RpcProof } from '../types/proof.js'; export type FromRpcProofErrorType = ErrorType; export declare function fromRpcProof(proof: RpcProof): Proof; //# sourceMappingURL=proof.d.ts.map