```ts declare module "foo" { export default 1 + 1; // should not be allowed } ``` originally reported in https://github.com/Microsoft/TypeScript/issues/16769