declare const _default: (timeout: number | undefined, callback: Function) => Function;
/**
 * Starts a timeout and calls the callback with an error
 * if the timeout completes before the stop function is called.
 */
export default _default;
