/** * Timeout for making rpc connections from remote proxies. */ export declare const PROXY_CONNECTION_TIMEOUT = 30000; /** * Timeout for the device to be added to the trusted set during auth. */ export declare const AUTH_TIMEOUT = 30000; /** * Timeout for how long the remote client will wait before assuming the connection is lost. */ export declare const STATUS_TIMEOUT = 10000; /** * Timeout for waiting before stealing resource lock. */ export declare const RESOURCE_LOCK_TIMEOUT = 3000; /** * Timeout for space properties to be loaded in the set of tracked items. * Accounts for latency between SpaceService reporting the space as READY and DataService streaming the item states. */ export declare const LOAD_PROPERTIES_TIMEOUT = 3000; /** * Timeout for creating new spaces. */ export declare const CREATE_SPACE_TIMEOUT = 5000; /** * Timeout for loading of control feeds. */ export declare const LOAD_CONTROL_FEEDS_TIMEOUT = 3000; //# sourceMappingURL=timeouts.d.ts.map