import type { ICommandSetExtensionManifest } from '../ICommandSetExtensionManifest'; /** * Example manifest with an empty group (no children). * Empty groups are valid at schema level - they simply won't render at runtime. */ declare const extensionManifest: ICommandSetExtensionManifest; export default extensionManifest; //# sourceMappingURL=commandSet_5.manifest.d.ts.map