/**
 * loader for discard frontmatter from code file content
 */
export default function preRawLoader(this: any, raw: string): string;
