import { CacheFactory, Cache } from '@fimbul/ymir'; export declare class DefaultCacheFactory implements CacheFactory { create(weak: true): Cache; create(weak?: false): Cache; }