import XAPI from '../xapi'; export default function fetch(xapis: XAPI | XAPI[]): Promise<{ [x: string]: any; }[]>;