export = Ctrl; declare class Ctrl { private my; private your; private our; static $inject: string[]; constructor(my: any, your: any, our: any); logAll(): string; }