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