import type { FetchConfig } from '@lerna-lite/core'; export declare function getFetchConfig(options?: { [key: string]: any; }, extra?: Partial): FetchConfig;