AVA will select all .ts files as test files. It should automatically ignore .d.ts files. We'll have to make changes in AVA so this package can communicate exclusion patterns, not just file extensions.
For now, the workaround is to add !**/*.d.ts to the files patterns configuration.