export function intersperse(list: any, separator: any): any; export function rafDebounce(fn: any): (...args: any[]) => any;