export declare const nextConfigTemplate: ({ keystonePath, }: {
    keystonePath: string;
}) => string;
