import type { CommandContext } from "../registry.js"; export declare function runAudit(ctx: CommandContext): Promise; export declare function runList(ctx: CommandContext): Promise; export declare function runDescribe(ctx: CommandContext): Promise; export declare function runImport(ctx: CommandContext): Promise; export declare function runUpdate(ctx: CommandContext): Promise; export declare function runDoctor(ctx: CommandContext): Promise; //# sourceMappingURL=misc.d.ts.map