/// <reference types="node" />
import { VerifiablePresentation } from '../types';
export declare function preprocessPresentation(presentation: VerifiablePresentation): void;
export declare function getPresentationsHash(presentation: VerifiablePresentation): Buffer;
