// Type definitions for async.nexttick 0.5 // Project: https://github.com/caolan/async // Definitions by: Damien "pyrho" Rajon // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped export function nextTick(callback: () => void, ...args: any[]): void;