export declare function useNewProject(): ({ title, description, }?: { title?: string | undefined; description?: string | undefined; }) => void; //# sourceMappingURL=useNewProject.d.ts.map