/** @format */
import { ProxyType } from "../../types";
export declare const cleanExt: ({ name, proxyType, }: {
    name: string;
    proxyType: ProxyType;
}) => string;
