export declare const INTERNAL_RUNTIME_CONTEXT_BEGIN = "<<>>"; export declare const INTERNAL_RUNTIME_CONTEXT_END = "<<>>"; export declare function escapeInternalRuntimeContextDelimiters(value: string): string; export declare function stripInternalRuntimeContext(text: string): string; export declare function hasInternalRuntimeContext(text: string): boolean;