import { SocketIoInstrumentationConfig } from './types'; export declare const isPromise: (value: any) => value is Promise; export declare const normalizeConfig: (config?: SocketIoInstrumentationConfig | undefined) => SocketIoInstrumentationConfig; export declare const extractRoomsAttributeValue: (self: any) => any[]; //# sourceMappingURL=utils.d.ts.map