importtype * as jtd from'./types';
importtype * as schema from'../schema';
/**
* Main router function that converts any Schema to JTD form.
* Uses a switch statement to route to the appropriate converter logic.
*/exportdeclarefunctiontoJtdForm(schema: schema.Schema): jtd.JtdForm;