import { typed } from './typed'; import is from '@sindresorhus/is'; import { StackValue } from './stackValue'; export type map = { [s: string]: StackValue; };