import type { Presentation, VerifiablePresentation } from '../models/presentation';
export declare function validatePresentation(presentation: Presentation): void;
export declare function validateVerifiablePresentation(verifiablePresentation: VerifiablePresentation): void;
//# sourceMappingURL=presentation.d.ts.map