import { type Config } from '@pnpm/config'; import { type CreateStoreControllerOptions } from '@pnpm/store-connection-manager'; import { cliOptionsTypes } from './install.js'; export declare const rcOptionsTypes: () => Record; export { cliOptionsTypes }; export declare const shorthands: Record; export declare const commandNames: string[]; export declare function help(): string; type FetchCommandOptions = Pick & CreateStoreControllerOptions; export declare function handler(opts: FetchCommandOptions): Promise;