import { GlobalContext } from "../types/context";
/**
 * Parse File Name into a Content Type or empty string
 * @since 4.0.0
*/ export default function parseContentType(name: string, customTypes: GlobalContext['contentTypes']): string;
