import { Stack } from "./stack"; declare global { var globalStore: Store; var stackResource: Stack | undefined; }