import type { NewProjectData } from '../types';
declare const Question: (data: NewProjectData) => Promise<undefined>;
export default Question;
//# sourceMappingURL=bookmarkTemplate.d.ts.map