import type { Scope } from '../../types.js'; export declare const GIT_URL_RE: RegExp; export declare function isGitUrl(arg: string): boolean; export declare function resolveInstallScope(scopeInput: string | undefined): Scope; export declare function setPluginEnabled(input: Record, enabled: boolean): Promise>;