export default function ({ projectName, nextjs, graphql }: {
    projectName: any;
    nextjs: any;
    graphql: any;
}): void;
