declare class CotterEnum { static DefaultUSCode: string; static DefaultContainerID: string; static AssetURL: string; static BackendURL: string; static JSURL: string; static WorkerURL: string; } export default CotterEnum;