import { ProcessableElementDefinition } from '../processor'; import { ExportableOnlyRule } from '../exportable'; export declare class OnlyRuleExtractor { static process(input: ProcessableElementDefinition): ExportableOnlyRule | null; }