declare function findMetaAndPageFilePaths({ dir, cwd, locale, contentDir }: { dir: string; cwd: string; locale?: string; contentDir?: string; }): Promise; export { findMetaAndPageFilePaths };