declare namespace openfl.net { export enum SharedObjectFlushStatus { FLUSHED = "flushed", PENDING = "pending", } } export default openfl.net.SharedObjectFlushStatus;