import type formatDevUrl from './formatDevUrl.js'; import type { NpmClientType } from './getNpmClient.js'; declare function printInstructions(appName: string, urls: ReturnType, npmClient: NpmClientType, copy?: boolean): void; export default printInstructions;