declare const TIMEOUT_DEFAULT: number;
declare const TIMEOUT_DISABLED: number;
export { TIMEOUT_DEFAULT, TIMEOUT_DISABLED };
