type NotFunc = Exclude interface RESQNode { name: string, node: HTMLElement | null, isFragment: boolean, state: NotFunc, props: {}, children: RESQNode[] _nodes: Array } export const waitToLoadReact: (timeInMs?: number, rootElSelector?: string) => Promise export const resq$: (selector: string, element?: HTMLElement) => RESQNode export const resq$$: (selector: string, element?: HTMLElement) => Array