import { ElementProxy } from "yaml-scene/src/elements/ElementProxy"; import { IElement } from "yaml-scene/src/elements/IElement"; export default class Summary implements IElement { proxy: ElementProxy; $$: IElement; $: this; title: string; private passed; private failed; get total(): number; init(props: string): void; exec(): Promise; }