ParsedMapPluginConfig: Omit<MapPluginConfig, "position" | "rotation"> & {
    position: [string, string];
    rotation: number;
}