import { Credential } from './types/credential.js';
import { VerifiablePresentation } from './types/presentation.js';
export declare function extractCredentialsFrom(vp: VerifiablePresentation): Credential[] | null;
//# sourceMappingURL=extractCredentialsFrom.d.ts.map