import { QueueCache } from './index';
export declare class CrashSaver {
    protected cache: QueueCache;
    key: string;
    constructor(cache: QueueCache);
    protected cache2Storage: () => void;
    storage2Cache(): void;
    private _beforeunloadListener;
    active(): void;
    destroy(): void;
    static isEnvSupport(): boolean;
}
