import { TNativeContext } from './native-context'; export type TIsNativeContextFunction = (anything: unknown) => anything is TNativeContext;