import { type OrgRole } from '@xemahq/platform-common'; export declare const BFF_PATH_PREFIX = "bff/"; export declare class BffControllerDeclarationError extends Error { constructor(message: string); } export interface BffControllerOptions { readonly resource: string; readonly path: string; readonly orgRole: OrgRole; } export declare function BffController(options: BffControllerOptions): ClassDecorator; //# sourceMappingURL=bff-controller.decorator.d.ts.map