export declare function getCanonicalSoulPath(): string; export declare function sanitizeSoulForDisplay(content: string): string; export declare function getSoulStatus(): string; export declare function getAgentsStatus(projectDir?: string): string; export declare function formatReloadReport(soulStatus?: string, agentsStatus?: string): string; export declare function formatSoulShow(): string; export declare function resolveEditorCommand(platform?: NodeJS.Platform, env?: NodeJS.ProcessEnv): string; export declare function editSoulFile(editorCommand?: string): Promise; //# sourceMappingURL=SoulCommands.d.ts.map