import type { EnvironmentCheckResult } from '../types'; /** * Formats the environment check results into a string for copying. * * @param envcheckResults environment check results to be parsed * @returns stringified results */ export declare function convertResultsToString(envcheckResults: EnvironmentCheckResult): string; //# sourceMappingURL=string.d.ts.map