// Type definitions for timeout 0.2 // Project: https://github.com/amccollum/timeout // Definitions by: newt // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped export function timeout(name?: string, ms?: number, callback?: () => void): string;