import { MetaType } from './types'; export default function metaTypeToLabel(cwd: string): (metaType: MetaType) => string;