declare function nullthrows(x: T | null | undefined): T; declare namespace nullthrows {} export = nullthrows;