import type { ReadmeConfig } from './index.d.ts'; /** * Get the appropriate package install command. */ export default function getPackageInstallCommand(config?: ReadmeConfig): string;