import { RuleDto } from './rule.dto'; export declare class InheritanceDto { rules?: RuleDto[]; constructor(d?: InheritanceDto); }