import type { ICommandSetExtensionManifest } from '../ICommandSetExtensionManifest'; /** * Example manifest with mixed structure. * Demonstrates top-level commands alongside grouped commands. */ declare const extensionManifest: ICommandSetExtensionManifest; export default extensionManifest; //# sourceMappingURL=commandSet_4.manifest.d.ts.map