import type { Rule } from './types'; export declare function parseRule(data: string): Rule;