/**
 * To index string array that include "fetch"
 */
declare const findFetchIndex: (leafs: string[]) => number;
export default findFetchIndex;
