If I have a CSS file like so ```css .default { background-color: black; } .foo { color: white; } ``` Then the d.ts files only contain definitions for `foo`.