import { ISimpleLogger } from '@sphereon/ssi-types';
import SIOPErrors from './Errors';
export declare const LOG: ISimpleLogger<string>;
export { SIOPErrors };
export * from './JWT.types';
export * from './SIOP.types';
export * from './Events';
export * from './SessionManager';
export * from './VpJwtIssuer';
export * from './VpJwtVerifier';
//# sourceMappingURL=index.d.ts.map