interface YSANDYL { set: (key: string, value: string) => void; get: (key: string) => string | null; remove: (key: string) => void; clear: () => void; } export declare const YS: YSANDYL; export declare const YL: YSANDYL; export {}; //# sourceMappingURL=cache.d.ts.map