import type { PackageJsonType } from '@planjs/react-cli-shared-utils'; import type { NpmClientType } from './getNpmClient.js'; declare function printHostingInstructions(appPackage: PackageJsonType, publicUrl: string, publicPath: string, buildFolder: string, npmClient: NpmClientType): void; export default printHostingInstructions;