export default function withCache(handler: () => R): () => R;