/** * Initialize hacks for the email editor. * * This module contains temporary workarounds and fixes for compatibility issues * with WordPress/Gutenberg features. These should be reviewed and potentially * removed when better long-term solutions are available. */ /** * Initialize all hacks. */ export declare function initHacks(): void;