import type { IEditor } from 'roosterjs-content-model-types'; /** * Set image alt text for all selected images at selection. If no images is contained * in selection, do nothing. * @param editor The editor instance * @param altText The image alt text */ export declare function setImageAltText(editor: IEditor, altText: string): void;