/** * Returns the path to the result.json file (result object that is written to the cache) * in the bundle output directory. * @param outputPath Path to the bundle output directory. */ export declare function getResultJsonPath(outputPath: string): string; //# sourceMappingURL=getResultJsonPath.d.ts.map