/** * Attention! * All files inside current folder are copied from old redocly-portal * TS and ESLint rules in redocly-portal was not strict, * so I must add "@ts-nocheck" for some files * and "eslint-disable-next-line" for some lines. * * All tools from children folders should not be a part of portal or a part of redocly-portal * We need to move all this tools and models to reference-docs store methods * and use them in portal and redocly-portal. */ export * from './helpers'; export * from './models'; //# sourceMappingURL=index.d.ts.map