/**
 * Thrown when a class decorated with @Parent was not annotated with @Controller
 */
export declare class UnregisteredControllerError extends Error {
    /** The controller */
    readonly controller: Function;
}
