import { Fn } from '../typings/internal'; export default function rafInterval(fn: Fn, immediate?: boolean): () => void;