import type { IEditor } from 'roosterjs-content-model-types'; /** * Change the selected image src * @param editor The editor instance * @param file The image file */ export declare function changeImage(editor: IEditor, file: File): void;