import type { Config, ConfigContext } from '@pnpm/config.reader'; import { type InstallOptions } from '@pnpm/installing.deps-installer'; import { type CreateStoreControllerOptions } from '@pnpm/store.connection-manager'; export declare const rcOptionsTypes: typeof cliOptionsTypes; export declare function cliOptionsTypes(): Record; export declare function help(): string; export declare const commandNames: string[]; export declare const recursiveByDefault = true; export type ImportCommandOptions = Pick & Pick & CreateStoreControllerOptions & Omit; export declare function handler(opts: ImportCommandOptions, params: string[]): Promise;