import { NetworkFrequencyStrategy } from './index';
import { WebLogCache } from '../log-cache-web';
export declare class HighFrequencySmallChunkStrategy extends NetworkFrequencyStrategy {
    constructor(cache: WebLogCache);
}
