import type { FetchFunction } from '@pnpm/fetching.fetcher-base'; import type { StoreIndex } from '@pnpm/store.index'; export declare function createLocalTarballFetcher(storeIndex: StoreIndex): FetchFunction;