Typically I\'ve seen module declarations in an global index.d.ts file.
index.d.ts
declare module \'thing\' { interface SomeChildInterface { myMethod()