import type { SchemaMap } from './ParserValidator';
import schemaParser from './schemaParser';

export type { SchemaMap };

export { schemaParser };
