(query: string, replacement: string, options?: ReplaceOptions)
| 129 | |
| 130 | search(query: string, options?: SearchOptions): SearchResult[]; |
| 131 | replace(query: string, replacement: string, options?: ReplaceOptions): number; |
| 132 | |
| 133 | addEventListener(listener: (event: EditorEvent) => void): () => void; |
| 134 | } |
no outgoing calls