export {
  StoredCredentialSchema,
  PresentationRequestSchema,
  NodeSchema,
  InputSchema,
  ContextSchema,
  PresentationSchema,
} from './validation.ts';
export type {
  InputJSON,
  ImportedWitnessSpecJSON,
  CredentialSpecJSON,
  NodeJSON,
  SpecJSON,
  PresentationRequestJSON,
  StoredCredentialJSON,
  PresentationJSON,
} from './validation.ts';
export { PrettyPrinter } from './pretty-printer.ts';
