export declare const getXpathDoc: (html: string) => any;
export declare const fixUrl: (url: any, host: any) => any;
export declare const getHtmlDoc: (html: any) => any;
export declare const getText: (path: any, block: any) => any;
export declare const getTextCreator: (block: any) => (path: any) => any;
//# sourceMappingURL=xpathUtils.d.ts.map