import type { ICommandSetExtensionManifest } from '../ICommandSetExtensionManifest'; /** * Example manifest with single-level groups. * Commands are organized under a parent group. */ declare const extensionManifest: ICommandSetExtensionManifest; export default extensionManifest; //# sourceMappingURL=commandSet_2.manifest.d.ts.map