export declare class AssetManager { private static getCacheKey; private static getPath; static get(url: string): Promise; static put(url: string, stream: ReadableStream): Promise; }