export declare const addNonBreakingSpaces: (text: string, shouldAddAtTheStart: boolean, shouldAddAtTheEnd: boolean) => string; export declare const toRedactor: (jsonValue: any, parent?: string, currentIndex?: number, allChildren?: any[]) => any;