import { type Config } from '@pnpm/config'; import * as install from './install.js'; type LinkOpts = Pick & Partial> & install.InstallCommandOptions; export declare const rcOptionsTypes: typeof cliOptionsTypes; export declare function cliOptionsTypes(): Record; export declare const commandNames: string[]; export declare function help(): string; export declare function handler(opts: LinkOpts, params?: string[]): Promise; export {};