{{#if useImportType}}import './{{globalsDFileName}}.ts'{{else}}/// <reference types='./{{globalsDFileName}}.ts' />{{/if}}
{{{commentText}}}
{{#if (eq moduleType "ESModule")}}export default{{else if (eq moduleType "commonJs")}}module.exports ={{/if}} {
{{#pathsArr}}
  "{{{key}}}": ["{{method}}", "{{{path}}}"],
{{/pathsArr}}
};
