/** * Shows a warning if there are two Shopify CLI installations found (global and local). * Won't show anything if the user included the --json flag. * * @param directory - The directory of the project. * @param dependencies - The dependencies of the project. */ export declare function showMultipleCLIWarningIfNeeded(directory: string, dependencies: Record): Promise;