declare const Model: ({ model, npm, type }: {
    model: string;
    npm: string;
    type: string;
}) => string | undefined;
export default Model;
