export declare const createMarker: () => Comment; export declare const marker: string; export declare const nodeMarker: string; export declare const markerRegex: RegExp; /** * Suffix appended to all bound attribute names. */ export declare const boundAttributeSuffix = "$tiny$"; export declare function matchLastAttributeName(value: string): RegExpExecArray;