export declare const createRaf: (callback: () => void) => string; export declare const cancelRaf: (rafId: string) => void;