export declare function cssQuoted(value: string): string; declare const samePath: (a: readonly number[], b: readonly number[]) => boolean; export interface TextInputHint { readonly path: readonly number[]; readonly before: string; readonly start: number; readonly end: number; readonly data: string; } export interface CompositionSpan { readonly startId: string; readonly endId: string; readonly startOffset: number; readonly endOffset: number; readonly prefix: string; readonly suffix: string; readonly startText: string; readonly endText: string; readonly middle: readonly { readonly id: string; readonly text: string; }[]; } export declare function projectDomEdit(before: string, actual: string, hint?: TextInputHint): string; export { samePath }; //# sourceMappingURL=mount-helpers.d.ts.map