/**
 * Check whether a path is a markdown file.
 */
export declare const isMdFile: (path: string) => boolean;
