import { VDomStruct } from './vdom'; export declare class VDomStructChecker { checkVdomStruct(struct: VDomStruct): void; }