import { HttpCacheService } from '../../cache';
import { HttpCacheStorePrefixDecorator } from '../../cache/prefix-decorator';
export declare class HttpCacheFixture {
    static defaultStore: HttpCacheStorePrefixDecorator;
    static create(store?: HttpCacheStorePrefixDecorator): HttpCacheService;
}
