import { type InstallCommandOptions } from './install.js'; export type GetFetchFullMetadataOptions = Pick; /** * This function is a workaround for the fact that npm registry's abbreviated metadata currently does not contain `libc`. * * See . */ export declare const getFetchFullMetadata: (opts: GetFetchFullMetadataOptions) => true | undefined;