/** * extract Front Matter config from markdown file */ declare const _default: (fileAbsPath: string) => Record; export default _default;