parserVariableStatement2.d.ts(1,1): error TS1046: Top-level declarations in .d.ts files must start with either a 'declare' or 'export' modifier.
parserVariableStatement2.d.ts(1,5): error TS7005: Variable 'v' implicitly has an 'any' type.


==== parserVariableStatement2.d.ts (2 errors) ====
    var v;
    ~~~
!!! error TS1046: Top-level declarations in .d.ts files must start with either a 'declare' or 'export' modifier.
        ~
!!! error TS7005: Variable 'v' implicitly has an 'any' type.