declare function timeout(callback: () => void, duration: number): number;
export default timeout;
