import { type Config } from '@pnpm/config'; import { install } from '@pnpm/plugin-commands-installation'; export declare const shorthands: { legacy: string[]; }; export declare function rcOptionsTypes(): Record; export declare function cliOptionsTypes(): Record; export declare const commandNames: string[]; export declare function help(): string; export type DeployOptions = Omit & Pick; export declare function handler(opts: DeployOptions, params: string[]): Promise;