/** * loader for strip frontmatter from source code * @param raw source */ export default function loader(raw: string): Promise;