import { BaseProject as Project } from "./base";
export default function init(getProject: (string: any) => Project): void;
