import matter from 'gray-matter';
declare const _default: (content: string) => matter.GrayMatterFile<string>;
export = _default;
