import { NotesStorage } from "../core/storage.js"; import type { NotesCommandContext } from "./context.js"; import { type ParsedNotesCommand } from "./parser.js"; export declare function handleParsedNotesCommand(parsed: ParsedNotesCommand, ctx: NotesCommandContext, storage?: NotesStorage): Promise; export declare function handleNotesCommand(args: string, ctx: NotesCommandContext): Promise; export declare function handleNotesCommandArgv(argv: readonly string[], ctx: NotesCommandContext): Promise; //# sourceMappingURL=notes.d.ts.map