/** * Prints error messages if env/example files are missing. * @param envExists Whether the env file exists * @param exExists Whether the example file exists * @param envFlag The path to the env file * @param exampleFlag The path to the example file */ export declare function printErrorNotFound(envExists: boolean, exExists: boolean, envFlag: string, exampleFlag: string): void; //# sourceMappingURL=printErrorNotFound.d.ts.map