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