import { AnyAssertion } from '../twd-types'; export declare const runAssertion: (el: Element, name: AnyAssertion, ...args: any[]) => string;