/**
 * @units ms
 * @constant
 */
export declare const DEFAULT_BEACON_TIMER = 500;
/**
 * @units ms
 * @constants
 */
export declare const DEFAULT_GARBAGE_COLLECTOR_TIMER = 500;
/**
 * @units ms
 * @constants
 */
export declare const DEFAULT_REMOVE_AFTER_TIME = 1500;
