export declare const PHASE_EXPORT = "phase-export";
export declare const PHASE_PRODUCTION_BUILD = "phase-production-build";
export declare const PHASE_PRODUCTION_SERVER = "phase-production-server";
export declare const PHASE_DEVELOPMENT_SERVER = "phase-development-server";
export declare const PAGES_MANIFEST = "pages-manifest.json";
export declare const BUILD_MANIFEST = "build-manifest.json";
export declare const PRERENDER_MANIFEST = "prerender-manifest.json";
export declare const ROUTES_MANIFEST = "routes-manifest.json";
export declare const REACT_LOADABLE_MANIFEST = "react-loadable-manifest.json";
export declare const SERVER_DIRECTORY = "server";
export declare const SERVERLESS_DIRECTORY = "serverless";
export declare const CONFIG_FILE = "next.config.js";
export declare const BUILD_ID_FILE = "BUILD_ID";
export declare const BLOCKED_PAGES: string[];
export declare const CLIENT_PUBLIC_FILES_PATH = "public";
export declare const CLIENT_STATIC_FILES_PATH = "static";
export declare const CLIENT_STATIC_FILES_RUNTIME = "runtime";
export declare const CLIENT_STATIC_FILES_RUNTIME_PATH: string;
export declare const CLIENT_STATIC_FILES_RUNTIME_MAIN: string;
export declare const CLIENT_STATIC_FILES_RUNTIME_AMP: string;
export declare const CLIENT_STATIC_FILES_RUNTIME_WEBPACK: string;
export declare const CLIENT_STATIC_FILES_RUNTIME_POLYFILLS: string;
export declare const IS_BUNDLED_PAGE_REGEX: RegExp;
export declare const ROUTE_NAME_REGEX: RegExp;
export declare const SERVERLESS_ROUTE_NAME_REGEX: RegExp;
export declare const DEFAULT_REDIRECT_STATUS = 307;
