export declare type Env = 'production' | 'development';
export declare type RTCElement = HTMLMediaElement | string | Function;
