declare function query(qry: string, ctx: Element | Document): HTMLElement | HTMLCollectionOf<Element> | NodeListOf<Element>;
export { query };
