export interface IRules { type: string; register(): void; add(): void; bind(ctrl: any): void; } //# sourceMappingURL=rules.d.ts.map