import { GeneratorOptions, UIDLLinkNode, UIDLElementNode, UIDLPropDefinition } from '@teleporthq/teleport-types'; export declare const insertLinks: (node: UIDLElementNode, options: GeneratorOptions, linkInParent?: boolean, parentNode?: UIDLElementNode, propDefinitions?: Record) => UIDLElementNode; export declare const createLinkNode: (link: UIDLLinkNode, options: GeneratorOptions) => UIDLElementNode; //# sourceMappingURL=utils.d.ts.map