/**
 * @public
 */
declare const schema: any;
export { schema };
export { PresentationExchange } from './agent/PresentationExchange';
export * from './types/IPresentationExchange';
export * from './functions';
//# sourceMappingURL=index.d.ts.map