import { PlatformRef } from '@angular/core';
export declare class DataStoreBroker {
    static broker: any;
    constructor(ref: PlatformRef);
    private registerLocalStorage();
    private registerSessionStorage();
}
