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 EXPORT_MARKER = "export-marker.json"; export declare const EXPORT_DETAIL = "export-detail.json"; export declare const PRERENDER_MANIFEST = "prerender-manifest.json"; export declare const ROUTES_MANIFEST = "routes-manifest.json"; export declare const IMAGES_MANIFEST = "images-manifest.json"; export declare const SERVER_FILES_MANIFEST = "required-server-files.json"; export declare const DEV_CLIENT_PAGES_MANIFEST = "_devPagesManifest.json"; export declare const REACT_LOADABLE_MANIFEST = "react-loadable-manifest.json"; export declare const FONT_MANIFEST = "font-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 AMP_RENDER_TARGET = "__NEXT_AMP_RENDER_TARGET__"; export declare const STRING_LITERAL_DROP_BUNDLE = "__NEXT_DROP_CLIENT_FILE__"; export declare const CLIENT_STATIC_FILES_RUNTIME_MAIN = "main"; export declare const CLIENT_STATIC_FILES_RUNTIME_REACT_REFRESH = "react-refresh"; export declare const CLIENT_STATIC_FILES_RUNTIME_AMP = "amp"; export declare const CLIENT_STATIC_FILES_RUNTIME_WEBPACK = "webpack"; export declare const CLIENT_STATIC_FILES_RUNTIME_POLYFILLS = "polyfills"; export declare const TEMPORARY_REDIRECT_STATUS = 307; export declare const PERMANENT_REDIRECT_STATUS = 308; export declare const STATIC_PROPS_ID = "__N_SSG"; export declare const SERVER_PROPS_ID = "__N_SSP"; export declare const GOOGLE_FONT_PROVIDER = "https://fonts.googleapis.com/css"; export declare const OPTIMIZED_FONT_PROVIDERS: { url: string; preconnect: string; }[]; export declare const STATIC_STATUS_PAGES: string[];