import type { CompletionFunc } from '@pnpm/cli.command'; import { type Config, type ConfigContext } from '@pnpm/config.reader'; import { type CreateStoreControllerOptions } from '@pnpm/store.connection-manager'; export declare function rcOptionsTypes(): Record; export declare const cliOptionsTypes: () => Record; export declare function help(): string; export declare const commandNames: string[]; export declare const completion: CompletionFunc; export declare function handler(opts: CreateStoreControllerOptions & Pick & Pick & { recursive?: boolean; pnpmfile: string[]; } & Partial>, params: string[]): Promise;