import { type HandledCommand } from '../registry.js'; /** `capsule inspect ` — return a single manifest entry. */ export declare const capsuleInspectCommand: HandledCommand; /** `capsule list [--kind=]` — list manifest entries, optionally filtered. */ export declare const capsuleListCommand: HandledCommand; /** `capsule verify ` — run the capsule's generated test files. */ export declare const capsuleVerifyCommand: HandledCommand; //# sourceMappingURL=capsule.d.ts.map