import type { StoredValue } from './types';
export declare function isStoredValue(valueToCheck: unknown): valueToCheck is StoredValue<unknown>;
