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