import { StoredValueInterface } from '../lib/interfaces';
export declare class StoredValue implements StoredValueInterface {
    value: any;
    expiration: Date;
    constructor(json: string);
    isExpired(): boolean;
}
//# sourceMappingURL=storedValue.d.ts.map