export function setTimeout(callback: Function, delay: number): TimeoutId export function clearTimeout(timeoutId: TimeoutId): void