import { Method } from '../types'; export declare const STATUS_FILTERS: string[]; export declare const METHOD_COLORS: Record; export declare const DOMAIN_COLORS: string[]; export declare const DURATION_FAST_MS = 200; export declare const DURATION_SLOW_MS = 800; export declare const DEFAULT_HIDDEN_URL_PATTERNS: string[]; export { LIB_VERSION } from './version';