export default extractor;
declare function extractor(string: any): {
    attributes: {};
    body: any;
    frontmatter?: undefined;
} | {
    attributes: {};
    body: any;
    frontmatter: string;
};
//# sourceMappingURL=parser.d.ts.map