import { Controller, type ControllerClass } from "./controller.js"; export declare const viewSymbol: unique symbol; export declare function view(file: string): ControllerViewDecorator; export type ControllerViewDecorator = (target: ControllerClass, context: ClassDecoratorContext>) => void; //# sourceMappingURL=view.d.ts.map