/**
* The default time interval to wait before sending the next polling request.
*/
export declareconstPOLL_INTERVAL_IN_MS = 2000;
/**
* The closed set of terminal states.
*/
export declareconstterminalStates: string[];
//# sourceMappingURL=constants.d.ts.map