import { Actions as ImportActions } from "./state/actions"; import { State as ImportState } from "./state/state"; export declare namespace Rtc { export import Actions = ImportActions; export import State = ImportState; } export default Rtc;