import { EventType } from "enum/pigeon.eventtype.enum"; export declare function getTopicType(topic: any): EventType; export declare function extractSegments(url: string, pattern: string): object;