import type { IBeanRecord } from '../bean/type.ts'; import type { Constructable } from '../decorator/index.ts'; export declare function useControllerPage(controllerBeanFullName: Constructable, renderBeanFullName?: Constructable, styleBeanFullName?: Constructable): any; export declare function useControllerPage(controllerBeanFullName: MK, renderBeanFullName?: RK, styleBeanFullName?: SK): any; export declare function useController(controllerBeanFullName: Constructable, renderBeanFullName?: Constructable, styleBeanFullName?: Constructable): any; export declare function useController(controllerBeanFullName: MK, renderBeanFullName?: RK, styleBeanFullName?: SK): any; //# sourceMappingURL=useController.d.ts.map