/**
* Thrown when an input of a @Parent decoration has not been decorated with @Controller
*/
export declareclassParentControllerErrorextendsError{
/** The child controller */readonly child: Function;
/** The parent controller */readonlyparent: Function;
}