export const childNodesWM: WeakMap; export const childrenWM: WeakMap; export const querySelectorWM: WeakMap; export const querySelectorAllWM: WeakMap; export function get(wm: any, self: any, method: any): any; export function reset(parentNode: any): void; export function startCaching(): void;