import { TypedBroadcastChannel } from '../broadcast-channel'; import { TestEvents } from './types'; /** * @internal */ export interface TestChannel extends TypedBroadcastChannel { } /** * @internal */ export declare const TestChannel: import("@microsoft/fast-foundation").InterfaceSymbol>; //# sourceMappingURL=config.d.ts.map