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