UNPKG

legions-thirdparty-plugin

Version:
10 lines (9 loc) 213 B
declare class MockCache { private readonly _cache; constructor(); addImage(src: string): Promise<void>; } export declare class CacheStorage { static getInstance(): MockCache; } export {};