/** * `getUntypedName` returns the name of the normal package * corresponding to a DefinitelyTyped package. */ export declare function getUntypedName({ name }: { name: string; }): string | undefined; //# sourceMappingURL=get-untyped-name.d.ts.map