import { GlobalEnv } from '@platform/cell.types/lib/types.Runtime';

declare global {
  const env: GlobalEnv;
}
