/** * Symbol used for getting and setting the config state. */ export declare const STATE: unique symbol; /** * Symbol used to determine whether or not something is a controller builder. */ export declare const IS_CONTROLLER_BUILDER: unique symbol;