export interface IBorrowValue { readonly value: T | undefined; }