export type MediaDeviceSession = { id: string; instanceId: string; processId: number; name: string; iconPath: string | null; isSystem: boolean; volume: number; muted: boolean; }; //# sourceMappingURL=MediaDeviceSession.d.ts.map