export declare function pathExists(path: string): Promise; export declare function readJson(path: string): Promise; export declare function extractInfoFromFrontmatterWithAbsolutePath(absolutePath: string, rootDir: string): Promise<{ title: string; overviewHeaders: number[] | undefined; context: string | undefined; tag: string | undefined; description: string | undefined; }>;