UNPKG

292 BTypeScriptView Raw
1export { DomainLocales, NextConfig, normalizeConfig } from './config-shared';
2export default function loadConfig(phase: string, dir: string, customConfig?: object | null): Promise<import("./config-shared").NextConfig>;
3export declare function isTargetLikeServerless(target: string): boolean;