import type { INodeTag, Optional } from '@stoplight/types'; import type { ArrayCallbackParameters, Fragment, TranslateFunction } from '../types'; export declare const translateTagDefinition: TranslateFunction, Optional>; export declare const translateToTags: TranslateFunction;