/** * @module dynamo-easy */ import { SessionValidityEnsurer } from './session-validity-ensurer.type'; /** * A simple no-op function which tells that we always have a valid session, which obviously requires some valid * session checking and also renewing of a potentially expired (or non existing) session */ export declare const DEFAULT_SESSION_VALIDITY_ENSURER: SessionValidityEnsurer;