export declare function resolveEditorCommand(env?: NodeJS.ProcessEnv): { command: string; args: string[]; } | null; export declare function openInEditor(filePath: string, env?: NodeJS.ProcessEnv): Promise; export declare function parseQuickAddMemory(raw: string): string | null; export declare function appendQuickAddMemory(workspace: string, text: string, template?: string): string; //# sourceMappingURL=memory-editor.d.ts.map