export declare const JS_STYLE_PLACEHOLDER_MARKER = "__js_style_placeholder__"; export declare function createJsStylePlaceholder(id: string): string; export declare function createJsStylePlaceholderRegExp(id: string): RegExp; export declare const ANY_JS_STYLE_PLACEHOLDER_RE: RegExp;