export declare const NEXT_PROJECT_ROOT: string;
export declare const NEXT_PROJECT_ROOT_DIST: string;
export declare const NEXT_PROJECT_ROOT_NODE_MODULES: string;
export declare const NEXT_PROJECT_ROOT_DIST_CLIENT: string;
export declare const NEXT_PROJECT_ROOT_DIST_SERVER: string;
export declare const API_ROUTE: RegExp;
export declare const PAGES_DIR_ALIAS = "private-next-pages";
export declare const DOT_NEXT_ALIAS = "private-dot-next";
export declare const PUBLIC_DIR_MIDDLEWARE_CONFLICT = "You can not have a '_next' folder inside of your public folder. This conflicts with the internal '/_next' route. https://err.sh/zeit/next.js/public-next-folder-conflict";
export declare const SPR_GET_INITIAL_PROPS_CONFLICT = "You can not use getInitialProps with unstable_getStaticProps. To use SPR, please remove your getInitialProps";
