import { type CompletionFunc } from '@pnpm/command'; import { type Config } from '@pnpm/config'; 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 & { recursive?: boolean; pnpmfile: string[]; }, params: string[]): Promise;