/** * Inherit all the class member decorators from base class that has `@Roles(...)` */ export declare const InheritRoles: () => (target: any, key?: any, descriptor?: any) => void;