import type { Task } from './types.js';
export declare function getTasksPath(): string;
export declare function loadTasks(): Promise<Task[]>;
export declare function saveTasks(tasks: Task[]): Promise<void>;
export declare function generateTaskId(): string;
export declare function clearAllTasks(): Promise<void>;
//# sourceMappingURL=storage.d.ts.map