declare const getIndexFromRef: (refTable: any, ref: string) => number;
export default getIndexFromRef;
