/** * Internal dependencies */ import type { Editor } from './index'; /** * Set the content of the editor. * * @param this * @param html Serialized block HTML. */ declare function setContent(this: Editor, html: string): Promise; export { setContent }; //# sourceMappingURL=set-content.d.ts.map