declare module GalleryController { interface CollectionScope extends ng.IScope { test: () => void; } var meta: MetaModule; }