export declare function getVpFormatForVcFormat(vcFormat: string): {
    vpFormat: "jwt_vp" | "jwt_vp_json" | "ldp_vp" | "di_vp" | "vc+sd-jwt" | "mso_mdoc";
    nestedCredentialPath: string | undefined;
};
