importtype { IDictionary, IJodit } from"jodit/esm/types/index";
/**
* Replace a specific block in the document by its index or CSS selector
*/exportdeclarefunctionexecute(jodit: IJodit, args: IDictionary, signal: AbortSignal): Promise<{
success: boolean;
message: string;
}>;