export default function createFocusService({ cache, key }: { cache: any; key: any; }): { queueFor: (index: any) => any; shouldFor: (index: any) => boolean; };