import type { CommandManifestEntry } from './command-manifest.types.js'; /** * Canonical phases.* command manifest. * Note: `phases.archive` is SDK-only; CJS `gsd-tools phases` currently supports list/clear. */ export declare const PHASES_COMMAND_MANIFEST: readonly CommandManifestEntry[]; //# sourceMappingURL=command-manifest.phases.d.ts.map