declare const djbCreate: (projectName: string | undefined) => void;

export { djbCreate };
