type MappingStatements = {
    [activityId: string]: string[];
};
export { MappingStatements };
