import { IDocument } from 'svg-vdom'; import { IRuleOption } from '../../typings'; export declare const computePath: (dom: IDocument, { params }: IRuleOption) => Promise;