import type { MessagingBot, MessagingInfo } from "./adapter.js"; export declare const PRODUCT_NAME = "mikan"; type PlatformSource = MessagingBot | MessagingInfo | string; export declare function formatNothingRunning(source: PlatformSource): string; export declare function formatStopping(source: PlatformSource): string; export declare function formatStopped(source: PlatformSource): string; export declare function formatAlreadyWorking(source: PlatformSource, stopCommand: string, options?: { scope?: "thread"; }): string; export declare function formatForceStopped(source: PlatformSource, actorLabel: string): string; export {}; //# sourceMappingURL=platform-messages.d.ts.map