import { Emitter } from "./Snackbar"; export default interface GlobalState { snackbar: Emitter; } //# sourceMappingURL=GlobalState.d.ts.map