import { StageMapper } from '../@types/Stages'; export declare const stageMap: StageMapper; export type StageMapKeys = keyof typeof stageMap;