export declare function getNextMapId(mapId: number | string): Promise<number | undefined>;
export default getNextMapId;