import type { ProjectConfig } from "../../types.js";
export declare function displayPostInstallInstructions(config: ProjectConfig & {
    depsInstalled: boolean;
}): void;
