export declare const removeFromSeoRouteMap: (seoRouteMap: Record, ids: string[]) => Record; export declare const removeFromStructure: (structure: { id: string; children: any; }[], ids: string[]) => { id: string; children: any; }[]; export declare const removeFromIdMap: (idMap: any, ids: string[]) => any; export declare const isValidRegex: (str: string) => boolean; export declare function replaceUnnestedLinkTemplatesWithOneLinkElement(input: string, ENTITIES: Map): string;