/** * Serialize the current map to bytes using the active format. * * Async because a format's `serialize` may be async. Returns `null` when no map * is loaded. Used by plugins (e.g. remote sync) that push the file elsewhere. */ export declare function getMapBytes(): Promise;