/** * Prints the header for the comparison output. * @param envName The name of the environment file. * @param exampleName The name of the example file. * @param json Whether to output in JSON format. * @returns void */ export declare function printHeader(envName: string, exampleName: string, json: boolean): void; //# sourceMappingURL=printHeader.d.ts.map