export * from './open-api'; export type Omit = Pick>; declare global { type Dict = { [key: string]: T; }; }