export declare const performHistoryAction: (editor: any, format: any) => void; export declare const isActionDisable: ({ editor, format }: { editor: any; format: any; }) => boolean;