declare module '@ckeditor/ckeditor5-inspector' { const inspector: { attach( editor: any ): void; }; export default inspector; }