export declare namespace EditContext { /** * Create an edit context. */ function create(window: Window, options?: EditContextInit): EditContext; }