declare class Pipeline { cacheKey: string; usedTimes: number; constructor(cacheKey: string); } export default Pipeline;