/// import '../next-server/server/node-polyfill-fetch'; declare type RuntimeConfig = any; export declare function loadStaticPaths(distDir: string, pathname: string, serverless: boolean, config: RuntimeConfig, locales?: string[], defaultLocale?: string): Promise, "paths"> & { paths: string[]; encodedPaths: string[]; }>; export {};