export declare function saveAsset(marketName: string, filePath: string, content: string): Promise; export declare function readAsset(marketName: string, filePath: string): Promise; export declare function listAssets(marketName: string): Promise; //# sourceMappingURL=asset-manager.d.ts.map