export interface DocumentRule {
    element: string;
}
