import type { LoadeerInput } from './types'; export declare const isCrawler: boolean; export declare function toElementsArray(input: LoadeerInput, root?: Element | Document): T[];