/**
 *
 * @param mdPath
 */
export declare function markdownFrontMatter<T extends object>(mdPath: string): {
    data: T;
    content: string;
};
