export type ExpirationCallback<T> = (value: T) => void;
