import { Functional } from '../..//tags/model/Functional'; import { ElementProxy } from '../ElementProxy'; import { IElement } from '../IElement'; export default class Validate implements IElement { proxy: ElementProxy; $$: IElement; $: this; title?: string; chai?: string | Functional; init(props: any): void; prepare(): Promise; exec(): Promise; }