export function _xpath_select({ input }: { input: string; }, { safe, noop }?: { safe?: boolean; noop?: boolean; }): Promise;