export declare function can(condition: (context: any, model?: any) => any): (target: any, context?: any) => any;
export declare function getCanCondition(target: any, methodName: string): ((context: any, model: any) => any) | undefined;
//# sourceMappingURL=can.d.ts.map