import type { Command } from "commander"; import type { EmitContext } from "../commander.js"; import type { HarneryInboxService } from "../core/inbox/service.js"; export declare function registerMessagesCommand(program: Command, emit: EmitContext, service?: HarneryInboxService): void; //# sourceMappingURL=messages.d.ts.map