export interface FoundryChannelStore { channel: BroadcastChannel; data: any; callbacks: Array; }