/** * Declarative `tools data-purge` leaf. * * Kept separate from the tools-group composition module so the latter stays a * compact inventory of the independently implemented tool-management leaves. */ import type { HostRuntimeCommandSpec } from '../host-runtime-access.js'; import type { CliCommandsContext } from '../shared.js'; type HostSpec = HostRuntimeCommandSpec; /** Build the project-scoped destructive-data leaf for the tools group. */ export declare function createToolsDataPurgeSpec(ctx: CliCommandsContext): HostSpec; export {}; //# sourceMappingURL=data-purge-command-spec.d.ts.map