import { ParsedFilePkg } from './types'; export default function templateWithHoc(pagePkg: ParsedFilePkg, { skipInitialProps, existLocalesFolder, configFileName, relativeLocalesPath, hasLoadLocaleFrom, }?: { skipInitialProps?: boolean | undefined; existLocalesFolder?: boolean | undefined; configFileName?: string | undefined; relativeLocalesPath?: string | undefined; hasLoadLocaleFrom?: boolean | undefined; }): string;