import type { ICommandSetExtensionManifest } from '../ICommandSetExtensionManifest'; /** * Example manifest with nested groups (2 levels). * Demonstrates a parent group containing a child group with commands. */ declare const extensionManifest: ICommandSetExtensionManifest; export default extensionManifest; //# sourceMappingURL=commandSet_3.manifest.d.ts.map