/** Resolve path to cover file to use @param {Output} @return {string} */ declare function getCoverPath(output: any): string; export default getCoverPath; //# sourceMappingURL=getCoverPath.d.ts.map