/** * @param {string} path * @returns {'gzip' | 'deflate' | null} */ export function compressionType(path: string): "gzip" | "deflate" | null;