declare const getStagePrefix: (stage: string, logger: any) => {
    stagePrefix: string;
};
export default getStagePrefix;
