/// <reference path="test-module.d.ts" />

declare module 'test-addon' {
	export function addon(): Such;
}
